--- /dev/null
+-$A-\r
+-$B-\r
+-$C-\r
+-$D-\r
+-$E-\r
+-$F-\r
+-$G+\r
+-$H+\r
+-$I-\r
+-$J+\r
+-$K-\r
+-$L-\r
+-$M-\r
+-$N+\r
+-$O+\r
+-$P+\r
+-$Q-\r
+-$R-\r
+-$S-\r
+-$T-\r
+-$U-\r
+-$V-\r
+-$W-\r
+-$X+\r
+-$Y-\r
+-$Z1\r
+-cg\r
+-AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;\r
+-H-\r
+-W-\r
+-M\r
+-$M16384,1048576\r
+-K$00400000\r
+-LNd:\borland\delphi4\Lib\r
+-DMSWINDOWS\r
--- /dev/null
+[Compiler]\r
+A=0\r
+B=0\r
+C=0\r
+D=0\r
+E=0\r
+F=0\r
+G=1\r
+H=1\r
+I=0\r
+J=1\r
+K=0\r
+L=0\r
+M=0\r
+N=1\r
+O=1\r
+P=1\r
+Q=0\r
+R=0\r
+S=0\r
+T=0\r
+U=0\r
+V=0\r
+W=0\r
+X=1\r
+Y=0\r
+Z=1\r
+ShowHints=0\r
+ShowWarnings=0\r
+UnitAliases=WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;\r
+[Linker]\r
+MapFile=0\r
+OutputObjs=0\r
+ConsoleApp=1\r
+DebugInfo=0\r
+RemoteSymbols=0\r
+MinStackSize=16384\r
+MaxStackSize=1048576\r
+ImageBase=4194304\r
+ExeDescription=\r
+[Directories]\r
+OutputDir=\r
+UnitOutputDir=\r
+PackageDLLOutputDir=\r
+PackageDCPOutputDir=\r
+SearchPath=\r
+Packages=vcl;rtl;vclx;dbrtl;adortl;vcldb;bdertl;vcldbx;teeui;teedb;tee;ibxpress;visualclx;visualdbclx;dsnap;vclactnband\r
+Conditionals=MSWINDOWS\r
+DebugSourceDirs=\r
+UsePackages=0\r
+[Parameters]\r
+RunParams=\r
+HostApplication=\r
+[Version Info]\r
+IncludeVerInfo=1\r
+AutoIncBuild=0\r
+MajorVer=0\r
+MinorVer=2\r
+Release=1\r
+Build=6\r
+Debug=0\r
+PreRelease=1\r
+Special=0\r
+Private=0\r
+DLL=0\r
+Locale=1033\r
+CodePage=1252\r
+[Version Info Keys]\r
+CompanyName=GPSBabel Makers\r
+FileDescription=GPSBabel Windows Frontend\r
+FileVersion=0.2.1.6\r
+InternalName=GPSBabelGUI-2\r
+LegalCopyright=(C) 2005 Olaf Klein (O.B.Klein@T-Online.de)\r
+LegalTrademarks=\r
+OriginalFilename=GPSBabelGUI.exe\r
+ProductName=GPSBabel\r
+ProductVersion=1.2.8-beta11012005\r
+Comments=\r
+[HistoryLists\hlConditionals]\r
+Count=1\r
+Item0=MSWINDOWS\r
+[HistoryLists\hlUnitAliases]\r
+Count=1\r
+Item0=WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;\r
--- /dev/null
+program GPSBabelGUI;\r
+{\r
+ Copyright (C) 2005 Olaf Klein, o.k.klein@t-online.de\r
+\r
+ This program is free software; you can redistribute it and/or modify\r
+ it under the terms of the GNU General Public License as published by\r
+ the Free Software Foundation; either version 2 of the License, or\r
+ (at your option) any later version.\r
+\r
+ This program is distributed in the hope that it will be useful,\r
+ but WITHOUT ANY WARRANTY; without even the implied warranty of\r
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\r
+ GNU General Public License for more details.\r
+\r
+ You should have received a copy of the GNU General Public License\r
+ along with this program; if not, write to the Free Software\r
+ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111 USA\r
+}\r
+\r
+uses\r
+ gnugettext in 'gnugettext.pas',\r
+ gnugettextD4 in 'gnugettextD4.pas',\r
+ Windows,\r
+ SysUtils,\r
+ classes,\r
+ Forms,\r
+ main in 'main.pas' {frmMain},\r
+ utils in 'utils.pas',\r
+ common in 'common.pas',\r
+ filter in 'filter.pas' {frmFilter},\r
+ about in 'about.pas' {frmAbout},\r
+ readme in 'readme.pas' {frmReadme};\r
+\r
+{$R *.RES}\r
+\r
+begin\r
+ AddDomainForResourceString('delphi');\r
+\r
+// UseLanguage('fr'); // for testing\r
+\r
+ Application.Initialize;\r
+ Application.CreateForm(TfrmMain, frmMain);\r
+ Application.CreateForm(TfrmReadme, frmReadme);\r
+ Application.CreateForm(TfrmFilter, frmFilter);\r
+ Application.CreateForm(TfrmAbout, frmAbout);\r
+ Application.Run;\r
+end.\r
+++ /dev/null
-[Compiler]\r
-A=0\r
-B=0\r
-C=0\r
-D=1\r
-E=0\r
-F=0\r
-G=1\r
-H=1\r
-I=0\r
-J=1\r
-K=0\r
-L=1\r
-M=0\r
-N=1\r
-O=1\r
-P=1\r
-Q=0\r
-R=0\r
-S=0\r
-T=0\r
-U=0\r
-V=0\r
-W=0\r
-X=1\r
-Y=2\r
-Z=1\r
-ShowHints=0\r
-ShowWarnings=0\r
-UnitAliases=WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;\r
-[Linker]\r
-MapFile=0\r
-OutputObjs=0\r
-ConsoleApp=1\r
-DebugInfo=0\r
-RemoteSymbols=0\r
-MinStackSize=16384\r
-MaxStackSize=1048576\r
-ImageBase=4194304\r
-ExeDescription=\r
-[Directories]\r
-OutputDir=\r
-UnitOutputDir=\r
-PackageDLLOutputDir=\r
-PackageDCPOutputDir=\r
-SearchPath=\r
-Packages=vcl;rtl;vclx;dbrtl;adortl;vcldb;bdertl;vcldbx;teeui;teedb;tee;ibxpress;visualclx;visualdbclx;dsnap;vclactnband\r
-Conditionals=MSWINDOWS\r
-DebugSourceDirs=\r
-UsePackages=0\r
-[Parameters]\r
-RunParams=\r
-HostApplication=\r
-[Version Info]\r
-IncludeVerInfo=1\r
-AutoIncBuild=0\r
-MajorVer=0\r
-MinorVer=2\r
-Release=1\r
-Build=4\r
-Debug=0\r
-PreRelease=1\r
-Special=0\r
-Private=0\r
-DLL=0\r
-Locale=1033\r
-CodePage=1252\r
-[Version Info Keys]\r
-CompanyName=GPSBabel Makers\r
-FileDescription=GPSBabel Windows Frontend\r
-FileVersion=0.2.1.4\r
-InternalName=GPSBabelGUI-2\r
-LegalCopyright=(C) 2005 Olaf Klein (O.B.Klein@T-Online.de)\r
-LegalTrademarks=\r
-OriginalFilename=GPSBabelGUI2.exe\r
-ProductName=GPSBabel\r
-ProductVersion=1.2.7\r
-Comments=\r
-[HistoryLists\hlConditionals]\r
-Count=1\r
-Item0=MSWINDOWS\r
-[HistoryLists\hlUnitAliases]\r
-Count=1\r
-Item0=WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;\r
+++ /dev/null
-program GPSBabelGUI2;\r
-{\r
- Copyright (C) 2005 Olaf Klein, o.k.klein@t-online.de\r
-\r
- This program is free software; you can redistribute it and/or modify\r
- it under the terms of the GNU General Public License as published by\r
- the Free Software Foundation; either version 2 of the License, or\r
- (at your option) any later version.\r
-\r
- This program is distributed in the hope that it will be useful,\r
- but WITHOUT ANY WARRANTY; without even the implied warranty of\r
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\r
- GNU General Public License for more details.\r
-\r
- You should have received a copy of the GNU General Public License\r
- along with this program; if not, write to the Free Software\r
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111 USA\r
-}\r
-\r
-uses\r
- gnugettext in 'gnugettext.pas',\r
- gnugettextD4 in 'gnugettextD4.pas',\r
- Windows,\r
- SysUtils,\r
- classes,\r
- Forms,\r
- main in 'main.pas' {frmMain},\r
- utils in 'utils.pas',\r
- common in 'common.pas',\r
- filter in 'filter.pas' {frmFilter},\r
- about in 'about.pas' {frmAbout},\r
- readme in 'readme.pas' {frmReadme};\r
-\r
-{$R *.RES}\r
-\r
-begin\r
- AddDomainForResourceString('delphi');\r
-\r
-// UseLanguage('en'); // for testing\r
-\r
- Application.Initialize;\r
- Application.CreateForm(TfrmMain, frmMain);\r
- Application.CreateForm(TfrmReadme, frmReadme);\r
- Application.CreateForm(TfrmFilter, frmFilter);\r
- Application.CreateForm(TfrmAbout, frmAbout);\r
- Application.Run;\r
-end.\r